我想创建一个简单的"hello,world"Gitlab CI脚本.我已经让Docker转轮工作,我正在尝试这样的事情:
image: debian:sid test:first: script: - true
不幸的是,构建失败并出现错误: test:first job: script should be a string or an array of a strings
test:first job: script should be a string or an array of a strings
我究竟做错了什么?